3.1913 \(\int \left (-\frac{1}{x^2}+\frac{10}{x}+6 \sqrt{x}\right ) \, dx\)

Optimal. Leaf size=15 \[ 4 x^{3/2}+\frac{1}{x}+10 \log (x) \]

[Out]

x^(-1) + 4*x^(3/2) + 10*Log[x]

_______________________________________________________________________________________

Rubi [A]  time = 0.00751736, antiderivative size = 15, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 0, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ 4 x^{3/2}+\frac{1}{x}+10 \log (x) \]

Antiderivative was successfully verified.

[In]  Int[-x^(-2) + 10/x + 6*Sqrt[x],x]

[Out]

x^(-1) + 4*x^(3/2) + 10*Log[x]

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 1.54196, size = 14, normalized size = 0.93 \[ 4 x^{\frac{3}{2}} + 10 \log{\left (x \right )} + \frac{1}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(-1/x**2+10/x+6*x**(1/2),x)

[Out]

4*x**(3/2) + 10*log(x) + 1/x

_______________________________________________________________________________________

Mathematica [A]  time = 0.0118608, size = 15, normalized size = 1. \[ 4 x^{3/2}+\frac{1}{x}+10 \log (x) \]

Antiderivative was successfully verified.

[In]  Integrate[-x^(-2) + 10/x + 6*Sqrt[x],x]

[Out]

x^(-1) + 4*x^(3/2) + 10*Log[x]

_______________________________________________________________________________________

Maple [A]  time = 0.001, size = 14, normalized size = 0.9 \[{x}^{-1}+4\,{x}^{3/2}+10\,\ln \left ( x \right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(-1/x^2+10/x+6*x^(1/2),x)

[Out]

1/x+4*x^(3/2)+10*ln(x)

_______________________________________________________________________________________

Maxima [A]  time = 1.34325, size = 18, normalized size = 1.2 \[ 4 \, x^{\frac{3}{2}} + \frac{1}{x} + 10 \, \log \left (x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(6*sqrt(x) + 10/x - 1/x^2,x, algorithm="maxima")

[Out]

4*x^(3/2) + 1/x + 10*log(x)

_______________________________________________________________________________________

Fricas [A]  time = 0.204929, size = 24, normalized size = 1.6 \[ \frac{4 \, x^{\frac{5}{2}} + 20 \, x \log \left (\sqrt{x}\right ) + 1}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(6*sqrt(x) + 10/x - 1/x^2,x, algorithm="fricas")

[Out]

(4*x^(5/2) + 20*x*log(sqrt(x)) + 1)/x

_______________________________________________________________________________________

Sympy [A]  time = 0.039479, size = 14, normalized size = 0.93 \[ 4 x^{\frac{3}{2}} + 10 \log{\left (x \right )} + \frac{1}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-1/x**2+10/x+6*x**(1/2),x)

[Out]

4*x**(3/2) + 10*log(x) + 1/x

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.241525, size = 19, normalized size = 1.27 \[ 4 \, x^{\frac{3}{2}} + \frac{1}{x} + 10 \,{\rm ln}\left ({\left | x \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(6*sqrt(x) + 10/x - 1/x^2,x, algorithm="giac")

[Out]

4*x^(3/2) + 1/x + 10*ln(abs(x))